home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / ImportAccessory2.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  526 b   |  34 lines

  1. ImportAccessory = {
  2.     ACTIONS = {
  3.     setFieldDelimiter:;
  4.     setRecordDelimiter:;
  5.     ok:;
  6.     revert:;
  7.     setSavePath:;
  8.     };
  9.     OUTLETS = {
  10.     titleMatrix;
  11.     delimiterBox;
  12.     placeHolderView;
  13.     recordDelimPopUpList;
  14.     appIconButton;
  15.     getSavePathButton;
  16.     fieldDelimPopUpList;
  17.     recordDelimPopUp;
  18.     runStructureEditorSwitch;
  19.     fieldDelimPopUp;
  20.     customFields;
  21.     customWindow;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. ImportAccessory2 = {
  26.     SUPERCLASS = ImportAccessory;
  27. };
  28. FirstResponder = {
  29.     ACTIONS = {
  30.     save:;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.